From: Paul Durrant Date: Mon, 4 Apr 2016 13:02:07 +0000 (+0200) Subject: MAINTAINERS: add ioreq.c and ioreq.h to x86 I/O emulation file list X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~1399 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/%22bookmarks://%22%22/%22http:/www.example.com/cgi/%22https:/%22bookmarks:/%22%22?a=commitdiff_plain;h=7298d658826d9520969a8ba127a1903bc6bda520;p=xen.git MAINTAINERS: add ioreq.c and ioreq.h to x86 I/O emulation file list Commit 108788e8 "x86/hvm: separate ioreq server code from generic hvm code" split the code supporting ioreq servers from the rest of the HVM code. Now that this is separate, the new files can be added to the x86 I/O emulation file list in MAINTAINERS. Signed-off-by: Paul Durrant Acked-by: Jan Beulich --- diff --git a/MAINTAINERS b/MAINTAINERS index 11bff4078d..a34685d424 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -390,8 +390,10 @@ S: Supported F: xen/arch/x86/hvm/emulate.c F: xen/arch/x86/hvm/intercept.c F: xen/arch/x86/hvm/io.c +F: xen/arch/x86/hvm/ioreq.c F: xen/include/asm-x86/hvm/emulate.h F: xen/include/asm-x86/hvm/io.h +F: xen/include/asm-x86/hvm/ioreq.h F: xen/include/public/hvm/ioreq.h X86 MEMORY MANAGEMENT